home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / Makefile.sun,v < prev    next >
Makefile  |  1988-09-18  |  391b  |  36 lines

  1. head     1.1;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @@;
  6.  
  7.  
  8. 1.1
  9. date     88.09.18.16.42.39;  author grunwald;  state Exp;
  10. branches ;
  11. next     ;
  12.  
  13.  
  14. desc
  15. @@
  16.  
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @#
  25. #    Makefile rules specific to the Sun
  26. #
  27.  
  28. CXX        =GCC
  29. INSTALL_LIB    =/usr/local/lib
  30. INSTALL_HDR    =/usr/local/include/Awesime
  31. RANLIB        = ranlib
  32.  
  33. ASMLIB    = $(LIB)(subs-sun3.o)
  34. ASMOBJ    = subs-sun3.o
  35. @
  36.